home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000099_wei@xcf.berkeley.edu _Tue May 26 02:47:31 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <wei@xcf.berkeley.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA19834; Tue, 26 May 92 02:47:31 GMT+0200
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA16395; Tue, 26 May 92 02:46:12 +0200
  6. Received: by xcf.Berkeley.EDU (5.65/XCF-1.34)
  7.     id AA21056; Mon, 25 May 92 17:46:02 -0700
  8. Date: Mon, 25 May 92 17:46:02 -0700
  9. From: wei@xcf.berkeley.edu (Pei Y. Wei)
  10. Message-Id: <9205260046.AA21056@xcf.Berkeley.EDU>
  11. To: kim@usceast.cs.scarolina.edu, www-talk@nxoc01.cern.ch
  12. Subject: Re:  Installation of viola
  13. Cc: kim@mcsun.eu.net
  14.  
  15. You should first run xmkmf to generate a Makefile that is specific to 
  16. your system. 
  17.  
  18. If the resulting Makefile still gives you trouble, then manually change
  19. the Makfile accordingly...
  20.  
  21. Ie: in my particular Makefile, you see
  22.         ...
  23.         CONFIGSRC = $(TOP)/config
  24.        DOCUTILSRC = $(TOP)/doc/util
  25.         CLIENTSRC = $(TOP)/clients
  26.           DEMOSRC = $(TOP)/demos
  27.            LIBSRC = $(TOP)/lib
  28.           FONTSRC = $(TOP)/fonts
  29.        INCLUDESRC = $(TOP)/X11
  30.         SERVERSRC = $(TOP)/server
  31.         ...
  32.  
  33. > "don't know to make -lXmu".  The file libXmu.a is under the /usr/lib.
  34.  
  35. So, change the LIBSRC line to something like:
  36.  
  37.            LIBSRC = /usr/lib
  38.  
  39. > I want to make this package run as soon as possible. I sent a
  40. > mail regarding this problem to Dan. But I found that he is not there.
  41.  
  42. Cool. Have no idea who Dan is thou...
  43.  
  44. Mail me if you still have trouble setting it up.
  45.  
  46. -Pei